home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource2
/
sclib_2
/
2_6
/
v6n6088b.txt
< prev
next >
Wrap
Text File
|
1995-11-01
|
242b
|
12 lines
\NLETTER\6.6\CURVES2.PRGProgram 2
y = y1;
for (xi=x1; xi<=x2; xi++)
{
yi = round(y);
plot(xi,yi);
y += m;
}